From: Dan Nicolaescu Date: Sat, 28 Jul 2007 16:18:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~1825 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1bee149590570b1e86079c49c6bf805088daf882;p=emacs.git *** empty log message *** --- diff --git a/lisp/vc-git.el b/lisp/vc-git.el index 4c5bf866370..c0cfc1e88cc 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el @@ -111,6 +111,13 @@ (eval-when-compile (require 'cl) (require 'vc)) +;; XXX when this backend is considered sufficiently reliable this +;; should be moved to vc-hooks.el +(add-to-list 'vc-handled-backends 'GIT) +(eval-after-load "vc" + '(add-to-list 'vc-directory-exclusion-list ".git" t)) + + (defvar git-commits-coding-system 'utf-8 "Default coding system for git commits.")